i.chnl[#].src.pass - Source Pass-Through
ID | Type | Example | Description |
---|---|---|---|
i.chnl[#].src.pass.busy |
integer | 1 |
Whether the pass-through socket is currently working, or listening. 0=no, 1=yes. |
i.chnl[#].src.pass.complete |
integer | 0 |
Whether the pass-through socket has completed the password checking. 0=no, 1=yes. |
i.chnl[#].src.pass.connected |
integer | 0 |
Whether the pass-through socket is connected (but not necessarily negotiated the password or SSL). 0=no, 1=yes. |
i.chnl[#].src.pass.err |
integer | 0 |
The last error number for pass-through. This is an internal TCP/IP stack error number. |
i.chnl[#].src.pass.peer |
string | '0.0.0.0' |
The IP address of the connected pass-through peer (ie. The computer end). |
i.chnl[#].src.pass.ssl |
integer | 0 |
Whether SSL has been negotiated. 0=no, 1=yes |
i.chnl[#].src.pass.sslerr |
string | '' |
The last SSL error string. |
i.chnl[#].src.pass.text |
string | 'No error' |
The human readable last error string for the pass-through socket. |